home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / texttors / multedit / mec.bat < prev    next >
Encoding:
DOS Batch File  |  1988-08-07  |  209 b   |  12 lines

  1. echo off
  2. ME /BIGOK %1 %2 %3 %4 %5 %6 %7 %8 %9
  3. GOTO FRSTSKIP
  4. :LOOP1
  5. ME /LN /BIG
  6. :FRSTSKIP
  7. IF NOT ERRORLEVEL = 2 GOTO CEXIT
  8. IF NOT EXIST MECOMP!.TMP GOTO CEXIT
  9. COMMAND < MECOMP!.TMP
  10. GOTO LOOP1
  11. :CEXIT
  12.